* {
  padding: 0%;
  margin: 0%;
  /* box-sizing: initial !important; */
}
:root {
  --yellow: #f1ca45;
}
body {
  font-family: Helvetica-Regular;
}

/* Poppins Fonts  start*/
@font-face {
  font-family: Helvetica-Regular;
  src: url("../fonts/Helvetica-Font/Helvetica.ttf");
}
@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/Helvetica-Font/Helvetica-Bold.ttf");
}
@font-face {
  font-family: Helvetica-Light;
  src: url("../fonts/Helvetica/Helvetica\ Light\ Condensed/");
}
@font-face {
  font-family: Helvetica-semiBold;
  src: url("../fonts/Helvetica/Helvetica-Medium-Condensed/Helvetica\ Medium\ Condensed.otf");
}
@font-face {
  font-family: Poppins-Italic;
  src: url("../fonts//Poppins/Poppins-Italic.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
/* Poppins Fonts  End*/

/* Nav css start */
.navbar-nav li a.current {
  border-bottom: 3px solid #f1ca45;
  color: #f1ca45 !important;
  width: fit-content;
}
footer ul li a{color:#e8e8e8 !important;}
footer ul li a:hover, a:focus{color:e8e8e8 !important;}
.navbar-nav li a {
  color: #212529 !important;
}
.wid-cls{width:50%;}
.nav_num {
  /* background-color: var(--yellow); */
  /* border-radius: 10px; */
  color: white !important;
}
.page-title li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.page-title li a{color:#fff;}
.page-title li {
  font-size: 18px;
  font-weight: 500;
  color:#f1ca45 ;
}
.breadcrum ul{display:flex;
}
.page-title li:not(:last-child):after {
  right: 0;
  position: absolute;
  content: '/';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar {
  padding: 0% !important;
  margin: 0%;
}
.contact-det li{display: flex;}
.contact-det li i img{
  width: 20px;
  margin-top: 7px;
  
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
}
.nav-link {
  font-family: Helvetica-Regular;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
}
.nav-link:focus {
  outline: none !important;
}
.navbar-nav {
  color: #3b3b3b;
}
.nav-item {
  margin-right: 25px;
}
.contact-det{display:flex;}

@media (max-width: 1440px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
    padding: 15px 5px;
}
.wid-cls{width:80%;}
.nav-item {
  margin-right: 10px;
}
}
@media (min-width: 1024px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  
}

/* .panel-default > .panel-heading {
  background-color: #000;
} */

/* .active,
.btn:hover {
  background-color: #666;
  color: white;
} */

.nav_logo {
  width: 50%;
}
.title_chits {
  font-size: 20px;
  font-family: Helvetica-Regular;
  font-weight: 500;
}
@media (max-width: 820px) {
  .nav-item {
    margin-right: 6px;
  }
 
  .navbar-light .navbar-nav .nav-link {
    /* color: #212529 !important; */
    font-size: 14px;
  }
  .navbar-collapse {
    margin-top: 10px;
  }
 
}

@media (max-width: 789px) {
  .title_chits {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .navbar-toggler-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  .nav-item {
    margin-right: 6px;
    border-bottom: 1px solid;
}
  .logo_link img {
    width: 125% !important;
  }
  header h1 {
    font-size: 22px;
    line-height: 25px;
}
  .nav_logo {
    width: 110%;
  }
  .breadcrum ul{justify-content: center;}
  .about_banner_main h1{text-align: center;font-size:26px !important;}
  .chit_banner h1{text-align: center;font-size: 26px !important; }
}
a{text-decoration: none !important;}
a:link {text-decoration:none !important}
a:visited {text-decoration:none !important}
a:hover {text-decoration:none !important}
a:active {text-decoration:none !important}